home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Assassins - Ultimate CD Games Collection 2
/
Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso
/
arcade
/
silver_bars
/
autoexec.amos
/
autoexec.amosSourceCode
Wrap
AMOS Source Code
|
1995-01-01
|
728b
|
30 lines
'
' Load Section For Silver Bars and The Enemy
'
Screen Open 0,320,200,16,Lowres : Close Editor : Close Workbench : Screen Open 1,320,200,32,Lowres
Hide On : Flash Off
'
Cls 0
Load "Sbate:sttitle.abk",1
Unpack 1 To 0
Flash 3,"(111,4)(333,4)(555,4)(777,4)(555,8)(333,8)(101,4)(105,4)(112,4)(AAA,5)(007,8)(000,10)"
Wait 300
Flash Off
Load "Sbate:AmosPic.abk",1
Fade 3 : Wait 45
Unpack 1 To 1
Wait 300
Load "Sbate:AndreasPic.abk",1
Fade 3 : Wait 45
Unpack 1 To 1
Wait 550
Load "Sbate:StMessage.abk",1
Fade 3 : Wait 45
Unpack 1 To 0
Flash 3,"(111,4)(333,4)(555,4)(777,4)(555,8)(333,8)(101,4)(105,4)(112,4)(AAA,5)(007,8)(000,10)"
Wait 500
' Erase and Load Game
Screen Close 1 : Erase 1
Run "Sbate:SbateGm.AMOS"
'
' End Of Program.